

/* orange */
.icheckbox_flat-orange,.iradio_flat-orange{background: url(orange.png) no-repeat;}
.icheckbox_flat-blue,.iradio_flat-blue{background: url(blue.png) no-repeat;}
.icheckbox_flat-green,.iradio_flat-green{background: url(green.png) no-repeat;}
.icheckbox_flat-red,.iradio_flat-red{background: url(red.png) no-repeat;}

.icheckbox_flat-orange,.iradio_flat-orange,
.icheckbox_flat-blue,.iradio_flat-blue,
.icheckbox_flat-green,.iradio_flat-green,
.icheckbox_flat-red,.iradio_flat-red{
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-orange,.icheckbox_flat-green,.icheckbox_flat-blue,.icheckbox_flat-red {
    background-position: 0 0;
}
    .icheckbox_flat-orange.checked,.icheckbox_flat-blue.checked,.icheckbox_flat-green.checked,.icheckbox_flat-red.checked {
        background-position: -15px 0;
    }
    .icheckbox_flat-orange.disabled,.icheckbox_flat-blue.disabled,.icheckbox_flat-green.disabled,.icheckbox_flat-red.disabled{
        background-position: -30px 0;
        cursor: default;
    }
    .icheckbox_flat-orange.checked.disabled,.icheckbox_flat-blue.checked.disabled,.icheckbox_flat-green.checked.disabled,.icheckbox_flat-red.checked.disabled {
        background-position: -45px 0;
    }

.iradio_flat-orange,.iradio_flat-blue,.iradio_flat-green,.iradio_flat-red {
    background-position: -60px 0;
}
    .iradio_flat-orange.checked,.iradio_flat-blue.checked,.iradio_flat-green.checked,.iradio_flat-red.checked {
        background-position: -75px 0;
    }
    .iradio_flat-orange.disabled,.iradio_flat-blue.disabled,.iradio_flat-green.disabled,.iradio_flat-red.disabled {
        background-position: -90px 0;
        cursor: default;
    }
    .iradio_flat-orange.checked.disabled,.iradio_flat-blue.checked.disabled,.iradio_flat-green.checked.disabled,.iradio_flat-orange.red.disabled {
        background-position: -105px 0;
    }

/* HiDPI support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-orange,.iradio_flat-orange{background-image: url(orange@2x.png);}
    .icheckbox_flat-blue,.iradio_flat-blue{background-image: url(blue@2x.png);}
    .icheckbox_flat-green,.iradio_flat-green{background-image: url(green@2x.png);}
    .icheckbox_flat-red,.iradio_flat-red{background-image: url(red@2x.png);}
    
    .icheckbox_flat-orange,.iradio_flat-orange,
    .icheckbox_flat-blue,.iradio_flat-blue,
    .icheckbox_flat-green,.iradio_flat-green,
    .icheckbox_flat-red,.iradio_flat-red
    {
        -webkit-background-size: 148px 14px;
        background-size: 148px 14px;
    }
}
